projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6877253
)
GtkFontChooser: Use G_PARAM_EXPLICIT_NOTIFY for show-preview-entry
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 8 Jun 2014 15:58:19 +0000
(11:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:31:01 +0000
(13:31 -0400)
Implementors will have to be adjusted.
gtk/gtkfontchooser.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooser.c
b/gtk/gtkfontchooser.c
index c7ac8007636ea52a6a8f7511c827b52059c3f14e..35591d25dcc08fafc44122c7299db54b7b570fd8 100644
(file)
--- a/
gtk/gtkfontchooser.c
+++ b/
gtk/gtkfontchooser.c
@@
-104,7
+104,7
@@
gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
P_("Show preview text entry"),
P_("Whether the preview text entry is shown or not"),
TRUE,
- GTK_PARAM_READWRITE));
+ GTK_PARAM_READWRITE
|G_PARAM_EXPLICIT_NOTIFY
));
/**
* GtkFontChooser::font-activated: